/* 首页样式重置 */
.img:hover img {
    transform: scale(1.1);
}

.aboutImg {
    width: 550px;
    overflow: hidden;
}

.aboutImg>img {
    width: 100%;
    transition: all .5s ease-in-out;
}

.main-about-right {
    padding-top: 13px;
    width: 590px;
    font-size: 14px;
}

.main-about-right .article p {
    color: #333;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    text-indent: 2em;
    margin-top: 15px;
}

.main-about-right .more {
    margin-top: 18px;
}

.main-about-right .more a {
    color: #333;
    padding: 5px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}

.main-about-right .more a:hover {
    background-color: #3C9F30;
    color: #fff;
    transition: all 0.3s;
}

.scrollBox .piclist li {
    width: 370px;
    height: 262px;
    float: left;
    margin-right: 35px;
    overflow: hidden;
}

.scrollBox .piclist li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;

}

.scrollBox .piclist li a .img {
    width: 100%;
    font-size: 0;
}

.scrollBox .piclist li a .img img {
    width: 100%;
    transition: all .5s ease-in-out;
}

.piclist>li>a>.shadow {
    width: 100%;
    height: 85px;
    background: url(../picture/yin_05.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: -1px;
    color: #fff;
    padding-left: 20px;
    padding-top: 30px;
    transition: all .6s ease-in-out;
}

.piclist>li>a:hover .shadow {
    background-image: url(../picture/yin_06.png);
}

.piclist>li .shadow .number {
    font-size: 12px;
    font-family: 'sf-pro-text-re';
}

.piclist>li .shadow .number span {
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: all .6s ease-in-out;
}

.piclist>li .shadow .tit {
    font-size: 18px;
    font-family: 'sf-pro-text-re';
    margin-top: 7px;
    margin-bottom: 7px;
}

.piclist>li .shadow .date {
    font-size: 12px;
}


/* 发展历程 */
.history-list-box {
    margin-top: 20px;
    padding: 50px 0 70px;
    position: relative;
}

.history-list-round {
    width: 20px;
    height: 20px;
    border: 4px solid #0075b1;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.history-lsit-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    background: #0075b1;
    height: 100%;
}

.history-list {
    position: relative;
    overflow: hidden;
}

.history-list>li {
    padding: 34px 0;
    position: relative;
    transition: all 400ms;
    cursor: pointer;
}

.history-list>li:hover {
    background: #e9e9e9;
}

.history-list>.one>.inner>.box>.line {
    width: 250px;
    height: 3px;
    background-color: #0075b1;
    position: absolute;
    left: -70px;
    top: 50%;
    bottom: 0;
    margin-top: 10px;
    transition: all 400ms;
}

.history-list>li>.inner>.box>.line>i {
    border: 1px solid #060001;
    width: 18px;
    height: 18px;
    position: absolute;
    box-sizing: border-box;
    left: -8px;
    top: -8px;
}

.history-list>li>.inner>.box {
    float: right;
    width: 50%;
    position: relative;
}

.history-list>li>.inner>.box>.time {
    width: 100px;
    margin-left: 80px;
    position: relative;
    text-align: right;
    font-size: 0;
    color: #3C9F30;
    float: left;
}

.history-list>li>.inner>.box>.time>.y1,
.history-list>li>.inner>.box>.time>.y2 {
    font-size: 32px;
}

.history-list>li>.inner>.box>.time>.y2 {
    position: relative;
}

.history-list>li>.inner>.box>.time>span {
    transition: all 400ms;
}

.history-list>li>.inner>.box>.time>.zs {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    transition: all 400ms;
    font-size: 12px;
    font-family: "宋体";
    color: #666;
}

.history-list>li>.inner>.box>.con {
    margin-left: 15px;
    float: left;
    transition: all 400ms;
    width: 240px;
}

.history-list>li:hover>.inner>.box>.con {
    margin-left: 35px;
}

.history-list>li>.inner>.box>.con>p:nth-child(1) {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    transition: all 400ms;
}

.history-list>li>.inner>.box>.con>p:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.history-list>li:hover>.inner>.box>.line {
    opacity: 0;
}

.history-list>li:hover>.inner>.box>.time>.zs {
    opacity: 1;
    color: #666;
}

.history-list>li:hover>.inner>.box>.time>.y1 {
    font-size: 70px;
    font-family: "times new roman";
}

.history-list>li:hover>.inner>.box>.time>.y2 {
    font-size: 70px;

    font-family: "times new roman";
    top: 30px;
    left: -25px;
}

.history-list>li:hover>.inner>.box>.con>p:nth-child(1) {
    font-size: 30px;
    padding-top: 30px;
    height: auto;
    line-height: inherit;
}

.history-list>.two>.inner>.box {
    float: left;
    width: 50%;
    position: relative;
}

.history-list>.two>.inner>.box>.line {
    width: 250px;
    height: 3px;
    background-color: #0075b1;
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: 10px;
    transition: all 400ms;
    right: -70px;
}

.history-list>li.two>.inner>.box>.line>i {
    border: 1px solid #060001;
    width: 18px;
    height: 18px;
    position: absolute;
    box-sizing: border-box;
    right: -8px;
    top: -8px;
    left: auto;
}

.history-list>.two>.inner>.box>.time {
    width: 100px;
    position: relative;
    text-align: right;
    font-size: 0;
    color: #3C9F30;
    float: left;
    margin-left: 0;
}

.history-more {
    display: block;
    width: 70px;
    left: 0;
    right: 0;
    margin: 15px auto 0;
    text-align: center;
    transform: translate(1px, 0);
}

.history-more>p {
    margin-top: 9px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.history-more:hover>p {
    color: #3C9F30;
}

@media (min-width: 1300px) {
    .history-list-box .container {
        width: 1230px;
    }
}

/* 发展历程 */


/* 首页资质荣誉 */
/* @charset "utf-8"; */
/* CSS Document */
body {
    margin: 0;
}

.certify {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.certify .swiper-container {
    padding-bottom: 60px;
}

.certify .swiper-slide {
    width: 550px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.certify .swiper-slide img {
    display: block;
    width: 100%;
}

.certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

/* 首页资质荣誉 */

/* 内页荣誉资质 */
.aptitydeCont {
    margin-bottom: 20px;
}

.honor_list {
    width: 100%;
    display: flex;
    display: -webkit-box;
    justify-content: space-between;
    flex-wrap: wrap;
}

.honor_list>li {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

.honor_list>li>.img {
    width: 100%;
    overflow: hidden;
}

.honor_list>li>.img>img {
    width: 100%;
    transition: all 0.5s;
}

.honor_list>li>span {
    width: 100%;
    font-size: 18px;
    text-align: center;
    height: 50px;
    display: block;
    line-height: 50px;
}
.certify2 .swiper-wrapper{
    width: 100%;
    height: 650px;
}
.certify2 .swiper-slide {
    width: 500px;
    height: 600px;
}
.certify2 .swiper-slide p{
    text-align: center;
    width: 420px;
    font-size: 14px;
    font-weight: bold;
    /* color: #3C9F30; */
}
.certify2 .swiper-slide img {
    height: 100%;
    /* width: 100%; */
}

.certify2 .swiper-button-prev {
    left: -60px;
}

.certify2 .swiper-button-next {
    right: -60px;
}

/* 内页荣誉资质 */

/* 项目案例 */
.case {
    margin-top: 25px;
    margin-bottom: 47px;
}

.case>.title {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 25px;
}

.case>.title>span {
    display: block;
    line-height: 1;
}

.case>.abstract {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.case-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 30px;
}

.sub {
    font-size: 14px;
    line-height: 26px;
}

.case-list>li {
    width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 35px;
    cursor: pointer;
    box-sizing: border-box;
}

.case-list>li>a {
    display: inline-block;
    width: 100%;
}

.case-list>li>a>.case-list-box {
    background: #f5f5f5;
    padding: 20px 20px 25px;
    overflow: hidden;
}

.case-list-box>.img {
    margin-bottom: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}

.case-list-box>.img>img {
    width: 100%;
    transition: all 0.5s;
}

.case-list-box>p:nth-of-type(1) {
    font-size: 18px;
    color: #666;
    line-height: 1;
    margin-bottom: 15px;
}

.case-list-box>p:nth-of-type(2) {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 14px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

.case-list>li>a:hover>.case-list-box {
    background: #3C9F30;
}

.case-list>li>a:hover>.case-list-box>p {
    color: #fff;
}

.case-more {
    display: block;
    max-width: 500px;
    height: 50px;
    border: 1px solid #060001;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #3C9F30;
    margin: 0 auto;
    transition: all 0.5s;
}

.case-more:hover {
    background: #3C9F30;
    color: #fff;
    border-color: #3C9F30;
}

.caseCon{
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
}
.caseCon>p{
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 15px;
}
.caseCon img{
    margin: 5px auto;
    display: block;
    width: auto;
    padding: 0 150px;
    box-sizing: border-box;
}
/* 项目案例 */

/* 新闻动态 */

.news-content {
    width: 100%;
    padding-bottom: 60px;
    background-color: #f4f4f4;
}
.news-innercontent{
    width: 100%;
    padding: 60px 20px;
    background-color: #f4f4f4;
    box-sizing: border-box;
}



.news-content-des {

    width: 100%;

    /* padding-top: 74px; */

    background-color: #fff;

    padding-bottom: 88px;

}



.news-top .img {
    width: 450px;
    overflow: hidden;
}



.news-top .img img {
    width: auto;
    transition: all 0.5s;
}



.news-top-rt {
    width: 700px;
    margin-left: 44px;
    padding-top: 58px;
}
.news-top-rt:hover {
    cursor:pointer
}


.news-top-rt .news-top-tit {

    font-size: 26px;

    color: #000;

    margin-bottom: 20px;

}



.news-top-rt .news-top-info {

    color: #666666;

    font-size: 16px;

    line-height: 36px;

}



.news-top-rt .times {
    color: #666666;
    font-size: 16px;
    margin-top: 48px;
}

.news-content-descir {
    margin-bottom: 66px;
}

.main-pro-ul>li {
    width: 100%;
    border-bottom: 1px dashed #cccccc;
    padding: 10px 0;
    position: relative;
}

.main-pro-ul>li .info {

    width: 76%;

    padding-top: 52px;

}



.main-pro-ul>li .info>ul {

    padding-left: 20px;

}



.main-pro-ul>li .info>ul>li {

    list-style-type: square;

    color: #3C9F30;
    font-size: 20px;
}

.main-pro-ul>li .info>ul>li span {
    color: #000000;
}
.main-pro-ul>li:hover .info>ul>li span {
    color: #3C9F30;
}

.main-pro-ul>li .img {

    width: 22%;

    overflow: hidden;

}
.main-pro-ul>li .times{
    color: #333;
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    left: 4px;

}


.main-pro-ul>li .img img {

    width: 100%;

    transition: all .3s ease-in-out;

}



.main-pro-ul>li:hover .img img {

    transform: scale(1.1);

}



.main-pro-ul>li .cotent {

    margin-top: 14px;

    font-size: 14px;

    color: #666;

    line-height: 26px;

}

.newsInner-content-des {
	width: 100%;
}



.newsInnerHeader .newsInnerTit {

	color: #333;

	font-size: 32px;

	text-align: center;

}



.newsInnerHeader .date {

	width: 100%;

	color: #666666;

	font-size: 16px;

	text-align: center;

	margin-top: 25px;

	padding-bottom: 38px;

	border-bottom: 1px dashed #cccccc;

}

.newsInnerContent {

	margin-top: 20px;

}



.newInnerContentDes p {

	font-size: 16px;

	color: #666666;

	text-align: justify;

	line-height: 36px;

}



.newsInnerImg {

	width: 680px;

	margin: 0 auto;

	margin-top: 45px;

	margin-bottom: 35px;

}



.newsInnerImg img {

	width: 100%;

}



.pagesInner {

	margin-top: 30px;

	width: 100%;

	background-color: #fff;

	height: 80px;

	line-height: 80px;

	position: relative;

}



.pagesInner .choose {

	color: #666666;

	font-size: 16px;

}



.pagesInner .choose a {

	color: #000000;

	font-weight: bold;

}



.pagesInner .choose a:hover {

	color: #3C9F30;

}



.pagesInner .pre a {

	display: inline-block;

	margin-left: 30px;

}



.pagesInner .next a {

	display: inline-block;

	margin-right: 30px;

}


/* 新闻动态 */

/* 页数 */
.pages {

    display: flex;

    display: -weblit-flex;

    justify-content: center;

    -webkit-justify-content: center;

    /* margin-bottom: 88px; */

}



.pages>a {

    display: block;

    border: 1px solid #e0e0e0;

    background-color: #f5f5f5;

    color: #666666;

    padding: 5px 9px;

    font-size: 14px;

    margin: 0 4px;

}



.pages>a.current {

    color: #fff;

    background-color: #3C9F30;

    border-color: #3C9F30;

}

/* 页数 */

/* 企业文化 */
.culturEcon{
    /*width: 100%;*/
    /*margin-bottom: 30px;*/
}

.culturEcon>p{
    line-height: 32px;
    font-size: 16px;
    margin-top: 15px;
}
/* 企业文化 */